springtainer-common: Update auf Spring Boot 4.1.X und Java 25 - #42
Open
julian-eggers wants to merge 6 commits into
Open
springtainer-common: Update auf Spring Boot 4.1.X und Java 25#42julian-eggers wants to merge 6 commits into
julian-eggers wants to merge 6 commits into
Conversation
Raise spring-boot.version 3.5.16 -> 4.1.0, java.version 21 -> 25 and spring-cloud-starter-bootstrap 4.3.3 -> 5.0.2 (the Spring Boot 4 line). Add <proc>full</proc> to maven-compiler-plugin. Since JDK 23 javac no longer enables annotation processing for processors found only on the classpath, so under Java 25 Lombok silently stopped running and the build failed with "cannot find symbol" on every generated getter and log field. proc=full restores the Java 21 behaviour; annotationProcessorPaths would have worked for Lombok but silently dropped spring-boot-configuration-processor, which this module also uses. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…migration Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018DK51mDYaArzg9zFLftpsd
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018DK51mDYaArzg9zFLftpsd
The README shows the coordinates consumers copy, and the build checks them against the pom. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018DK51mDYaArzg9zFLftpsd
|
The workflow only listens on master. This is reverted by the review-side autoupdate once the release has gone through. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018DK51mDYaArzg9zFLftpsd
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Hebt
springtainer-commonauf Spring Boot 4.1.0 und Java 25. Zielversion 3.0.0-RC1.Merge-Reihenfolge
Keine Ketten-Abhaengigkeiten, die CI kann sofort gruen werden.
Ticket: https://avides.atlassian.net/browse/LIBRARIES-1752
Epic: https://avides.atlassian.net/browse/ITGS-470